SetShowPaintRectsRequest

data class SetShowPaintRectsRequest(result: Boolean)

Represents request frame that can be used with Overlay#setShowPaintRects operation call.

Requests that backend shows paint rectangles

See also

Constructors

SetShowPaintRectsRequest
Link copied to clipboard
fun SetShowPaintRectsRequest(result: Boolean)

Properties

result
Link copied to clipboard
val result: Boolean
True for showing paint rectangles

Sources

jvm source
Link copied to clipboard